home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / trace.lbr / trace.doc < prev   
Text File  |  2011-02-03  |  768b  |  22 lines

  1.         TRACE02.COM
  2.         Copyright (C) 1983 By C.P. Fricano
  3.  
  4. This program will display the current values of the CS:IP
  5. registers. The CS:IP can be sampled a maximum of 18 times
  6. per second. This program must be the last inperupt handler loaded.
  7. The DOS command line looks like this:
  8.  
  9.         A>TRACE02 /xx
  10.  
  11. Where xx is a decimal dividend from 01 to 99.
  12. The sample time is figured by dividing 18.2 by the value of xx.
  13. For expamle: TRACE02 /01 ( or just TRACE02 ) will
  14. sample the CS:IP 18.2 times per second.
  15. TRACE02 /18 will sample the CS:IP aprox. 1 time per second.
  16.  
  17. Any comments or suggestions concerning this program should be
  18. addressed to:
  19.     Chuck Fricano
  20.     P.O. Box 16147
  21.     Pittsburgh , PA  15242
  22.